const github.com/klauspost/compress/zstd.tableMatchLengths

10 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L567: 			case tableMatchLengths:
		blockenc.go#L696: 		mlEnc, m = chooseComp(mlEnc, b.coders.mlPrev, &fsePredefEnc[tableMatchLengths])
		blocktype_string.go#L73: 	_ = x[tableMatchLengths-2]
		dict.go#L124: 	if err := readDec(tableMatchLengths, d.mlDec.fse); err != nil {
		enc_best.go#L49: 	ofTT, mlTT := fsePredefEnc[tableOffsets].ct.symbolTT[ofc], fsePredefEnc[tableMatchLengths].ct.symbolTT[mlc]
		fse_predefined.go#L30: 	maxTableSymbol = [3]uint8{tableLiteralLengths: maxLiteralLengthSymbol, tableOffsets: maxOffsetLengthSymbol, tableMatchLengths: maxMatchLengthSymbol}
		fse_predefined.go#L33: 	bitTables = [3][]byte{tableLiteralLengths: llBitsTable[:], tableOffsets: nil, tableMatchLengths: mlBitsTable[:]}
		fse_predefined.go#L42: 	tableMatchLengths   tableIndex = 2
		fse_predefined.go#L98: 		symbolTableX[tableMatchLengths] = tmp
		fse_predefined.go#L128: 			case tableMatchLengths: